Definition

A function f:{0,1}{0,1}f: \{0,1\}^* \to \{0,1\}^* is implicitly logspace computable, if ff is polynomially bounded (i.e. exists cc such that |f(x)||x|c|f(x)| \leq |x|^c for every x{0,1}x \in \{0,1\}^*) and the languages Lf={x,i|f(x)i=1}L_f = \{ \langle x,i \rangle \mid f(x)_i = 1\} and Lf={x,i|f(x)i=1}L_f' = \{ \langle x,i \rangle \mid f(x)_i = 1\} are in L.

Notes

See also


References

  1. S. Arora, B. Barak. Computational Complexity: A Modern Approach, Cambridge University Press, 2009, p. 88.